home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / 3118 / POKER.DOC < prev    next >
Text File  |  1990-10-18  |  33KB  |  709 lines

  1.           
  2.  
  3.  
  4.                                                   
  5.           
  6.           
  7.           
  8.           
  9.           
  10.           
  11.           
  12.           
  13.           
  14.           
  15.           
  16.           
  17.           
  18.           
  19.           
  20.           
  21.           
  22.           
  23.                                    Poker Solitaire
  24.           
  25.                                      version 2.0
  26.           
  27.           
  28.                            Copyright (C) 1990  EM Software
  29.                                                  
  30.           
  31.           
  32.           
  33.           
  34.           
  35.           
  36.           
  37.           
  38.           
  39.           
  40.           
  41.           
  42.           
  43.           
  44.           
  45.           
  46.                                 _______                    
  47.                            ____|__     |                (r)
  48.                         --|       |    |-------------------
  49.                           |   ____|__  |  Association of   
  50.                           |  |       |_|  Shareware        
  51.                           |__|   o   |    Professionals    
  52.                         -----|   |   |---------------------
  53.                              |___|___|    MEMBER           
  54.           
  55.           
  56.  
  57.           
  58.  
  59.  
  60.           
  61.           
  62.           
  63.           INTRODUCTION
  64.           ============
  65.           
  66.           Poker Solitaire, sometimes called Poker Squares, is a solitaire
  67.           card game that rewards both lucky guessing and accurate
  68.           calculation of odds. Card games, by their very nature, are very
  69.           well suited for computer adaptations, since the computer can
  70.           take care of tedious tasks such as dealing the cards, keeping
  71.           track of legal moves, and score-keeping, leaving the player
  72.           free to concentrate on the game itself. After writing a set of
  73.           routines to draw high-resolution cards for use in my Klondike
  74.           program, I decided to explore other solitaire card games, and
  75.           as a result Poker Solitaire 1.1 was released on November 1988.
  76.           This is a major revision of the original Poker Solitaire
  77.           program. The graphics routines are better and faster, the user
  78.           interface is much more polished, and new variations and scoring
  79.           options have been included. While there are some IBM-PC
  80.           implementations of Poker Solitaire available both as public
  81.           domain or shareware programs, I feel that this is by far the
  82.           best one around. I hope you will enjoy Poker Solitaire 2.0, and
  83.           encourage the development of high-quality shareware programs by
  84.           sending the enclosed registration form and the $15 registration
  85.           fee. A little plug: if you enjoy solitaire games, chances are
  86.           you will like my other games, Klondike (current version as of
  87.           May 1990 is 3.0) and Pyramid (current version is 1.0). They can
  88.           be found on CompuServe, GEnie, or several Bulletin Board Systems.
  89.  
  90.           
  91.           SYSTEM REQUIREMENTS
  92.           ===================
  93.           
  94.           Poker Solitaire 2.0 runs on an IBM-PC or compatible running
  95.           under MS-DOS 2.0 or greater, with at least 384 KBytes of memory
  96.           available and an EGA or VGA display adapter and monitor. A
  97.           Microsoft-compatible mouse is strongly recommended but not
  98.           required. If you want to use the mouse, the mouse driver
  99.           (usually called MOUSE.SYS or MOUSE.COM) must be installed
  100.           before you run Poker Solitaire; please refer to your mouse
  101.           documentation for instructions. Make sure that the files
  102.           POKER.EXE, POKER.PCL and POKER.HLP are all on the current
  103.           directory. If you are running Poker Solitaire from a floppy
  104.           disk, make sure that the disk is not write-protected, since the
  105.           program writes configuration information and the high scores to
  106.           disk.
  107.  
  108.           
  109.           Poker Solitaire                                              2
  110.           
  111.           
  112.           
  113.           POKER SOLITAIRE RULES
  114.           =====================
  115.           
  116.           One regular pack is used. Shuffle the pack and deal the first
  117.           twenty-five cards one by one, placing them in a 5 x 5 square.
  118.           Each card may be placed anywhere within the square. Once
  119.           placed, a card cannot be moved. The object of the game is to
  120.           make as high a score as possible, counting each row and column
  121.           as a Poker hand. Two scoring systems, the American and the
  122.           English, are prevalent. The American system follows the ranking
  123.           of hands in the game of Poker, while the English system is
  124.           based on the relative difficulty of forming the hands in Poker
  125.           Solitaire.
  126.           
  127.                         Hand               American    English
  128.           
  129.                      Royal Flush              100        30
  130.                      Straight Flush            75        30
  131.                      Four of a Kind            50        16
  132.                      Full House                25        10
  133.                      Flush                     20         5
  134.                      Straight                  15        12
  135.                      Three of a Kind           10         6
  136.                      Two Pairs                  5         3
  137.                      One Pair                   2         1
  138.           
  139.           A straight is hard to make, for if you play for it you risk
  140.           making nothing at all or merely a pair. A full house is easier
  141.           (and thus worth less points in the English scoring system), for
  142.           you can afford to play for it and make Three of a Kind or Two
  143.           Pairs if you fail. Flushes are very easy to make (note that
  144.           they are worth less than Three of a Kind in the English
  145.           system). The usual strategy is to try for flushes in the
  146.           columns and full houses or fours on the rows. You may consider
  147.           that you have won the game if you total 200 (American) or 70
  148.           (English) points.
  149.           
  150.           Variations
  151.           ----------
  152.           
  153.           There are two popular variations, both of them included in
  154.           Poker Solitaire 2.0. On Variation No. 1, each card must be
  155.           placed vertically, laterally or diagonally adjacent to a card
  156.           previously placed. On Variation No. 2, all 25 cards are spread
  157.           face up and then placed on the grid. Each variation can be
  158.           played using either the American or English scoring system,
  159.           thus making for six different games! Variation No. 1 is
  160.           obviously the hardest of the three possible modes, since it
  161.           places a restriction on where you can put the cards, while
  162.           Variation No. 2 is the easiest, since you know beforehand all
  163.           25 cards you will be using.
  164.  
  165.           
  166.           Poker Solitaire                                   3
  167.           
  168.           
  169.           
  170.           GAME PLAY - MOUSE
  171.           =================
  172.           
  173.           The standard game and Variation No. 1 are played much in the
  174.           same way, except that on the standard game you can place a card
  175.           on any empty square on the grid, while on Variation No. 1 a
  176.           card must be placed on a square adjacent to a previously placed
  177.           card. Variation No. 2 plays a bit differently, and will be
  178.           dealt with separately.
  179.           
  180.           Standard Game and Variation No. 1
  181.           ---------------------------------
  182.           
  183.           To turn a card face up, either place the mouse cursor over it
  184.           and press the left mouse button, or simply press the right
  185.           mouse button. Using the right mouse button has the advantage
  186.           that you do not have to place the cursor over the card, thus
  187.           avoiding moving back and forth between the 5 x 5 grid and the
  188.           Pack area.
  189.           
  190.           Once a card has been turned up, place it on the grid by placing
  191.           the mouse cursor where you want to put it, and then pressing
  192.           the left mouse button. Note that when you place the mouse
  193.           cursor anywhere within the grid it changes from the standard
  194.           arrow shape either to a pointing hand (if the top card of the
  195.           Pack is face up) or to an hour glass (to indicate that the top
  196.           card of the Pack is face down and you must first turn it face
  197.           up).
  198.           
  199.           The following commands are available during play, and can be
  200.           issued by placing the mouse cursor over the corresponding
  201.           'command button' (on the lower right hand corner of the screen)
  202.           and pressing the left mouse button:
  203.           
  204.                 HELP: displays a help file. Use the cursor keys (Up and
  205.                 Down arrows, Page Up, Page Down, Home, and End) to move
  206.                 around the file, and press the [Escape] key when you are
  207.                 done viewing it.
  208.           
  209.                 INFO: displays Copyright and Version information, and
  210.                 your registration number if you have a registered copy.
  211.                 Press any mouse button to return to the game after you
  212.                 are done viewing the information.
  213.           
  214.                 UNDO: moves the last card placed on the grid back to the
  215.                 Pack. Undo can only be used immediately after you place
  216.                 the card on the grid; if you turn the top card of the
  217.                 Pack face up Undo cannot be used anymore.
  218.           
  219.                 BACK: allows you to choose from five different card
  220.                 backs. Choose the design you want by placing the mouse
  221.                 cursor over it and pressing the left mouse button, and
  222.                 press the right mouse button when done. The currently
  223.                 selected card number is highlighted in light blue.
  224.       
  225.           
  226.           
  227.           Poker Solitaire                                              4
  228.           
  229.           
  230.           
  231.                 VARIAT: allows you to select which variation you want to
  232.                 play. Choose the variation by placing the mouse cursor
  233.                 over the number you want and pressing the left mouse
  234.                 button. Press the right mouse button when done. The
  235.                 currently selected variation is highlighted.
  236.           
  237.                 TOP 10: displays the Top Ten scores. Note that there are
  238.                 six different Top Ten lists, one for each variation/
  239.                 scoring system combination. Press any mouse button to get 
  240.                 back to the game after you are done viewing the Top Ten 
  241.                 scores.
  242.           
  243.                 SCORING: allows you to select the desired scoring system,
  244.                 American or English. Select by placing the mouse cursor
  245.                 over the system you want and pressing the left mouse
  246.                 button. Press the right mouse button when done. The
  247.                 currently selected scoring system is highlighted.
  248.           
  249.                 CONFIG: brings up the Configuration menu. This allows you
  250.                 to customize your copy of Poker Solitaire. The first
  251.                 option, 'Mouse', can be set to 'Yes' (always use the
  252.                 mouse; this option is ignored if a mouse driver is not
  253.                 found when you start Poker Solitaire), 'No' (always use
  254.                 the keyboard, even if a mouse driver is present), or
  255.                 'Ask' (if a mouse driver is found, asks at the beginning
  256.                 of each game whether or not you want to use the mouse).
  257.                 The second option, 'Sound', can be set to 'Full' (songs
  258.                 and beeps are enabled), 'Partial' (songs disabled, but
  259.                 error beeps enabled), or 'Off' (both songs and beeps
  260.                 disabled). Finally, the third option, 'Error Messages',
  261.                 can be set to 'Yes' (displays a context-sensitive error
  262.                 message each time an error occurs), or 'No' (does not
  263.                 display the error messages, errors are indicated by beeps
  264.                 if Sound is either Full or Partial). To select an option,
  265.                 place the mouse cursor over it and press the left mouse
  266.                 button. Currently selected options are highlighted. Press
  267.                 the right mouse button when done. If you are playing from 
  268.                 a floppy-disk, do NOT write-protect the disk, otherwise 
  269.                 Config will not be able to write the configuration 
  270.                 information.
  271.           
  272.                 NEW: interrupts the current game and starts a new one.
  273.                 You are asked to confirm by selecting either 'Yes' or
  274.                 'No' from a dialog box. Use the left mouse button to
  275.                 enter your selection.
  276.           
  277.                 QUIT: quits Poker Solitaire. You are asked to confirm by
  278.                 selecting either 'Yes' or 'No' from a dialog box. Use the
  279.                 left mouse button to enter your selection.
  280.  
  281.           
  282.           Poker Solitaire                           5
  283.  
  284.  
  285.  
  286.       Variation No. 2
  287.           ---------------
  288.  
  289.           Under Variation No. 2, the first 25 cards from the Pack are
  290.           placed randomly on the 5 x 5 grid. Your objective is to
  291.           re-arrange the cards in order to score the highest possible
  292.           number of points. Use the Pack area as a temporary holding
  293.           place. For example, to move the card that is currently at
  294.           location (1,1) on the grid to location (3,5), first select the
  295.           card at (3,5), move it to the Pack, and then select the card at
  296.           (1,1) and move it to (3,5). To select a card to be moved, place
  297.           the mouse cursor over it and press the left mouse button. The
  298.           selected card will be highlighted. To move the selected card,
  299.           place the mouse cursor over the location where you want to move
  300.           the card to and press the left mouse button again. If you
  301.           select a card and decide not to move it, place the mouse cursor
  302.           over it and press the left mouse button, and the card will be
  303.           de-selected. Note that the right mouse button automatically
  304.           selects the card that is temporarily on the Pack area. So, if
  305.           you want to select that card, simply press the right mouse
  306.           button, without having to place the mouse cursor over the card.
  307.           If you want to move a card to the Pack area, select that card
  308.           and then press the right mouse button. This allows you to stay
  309.           within the grid area all the time, instead of moving back and
  310.           forth between the grid and Pack areas.
  311.           
  312.           All commands work as described before, except for UNDO. Since
  313.           you can select any card and place it anywhere on the grid,
  314.           there is no need for an UNDO command. In its place is the DONE
  315.           command. Select DONE when you are satisfied with the way the
  316.           cards are arranged on the grid, and the computer will calculate
  317.           your score.
  318.  
  319.           
  320.           Poker Solitaire                                              6
  321.           
  322.           
  323.           
  324.           GAME PLAY - KEYBOARD
  325.           ====================
  326.           
  327.           The standard game and Variation No. 1 are played much in the
  328.           same way, except that on the standard game you can place a card
  329.           on any empty square on the grid, while on Variation No. 1 a
  330.           card must be placed on a square adjacent to a previously placed
  331.           card. Variation No. 2 plays a bit differently, and will be
  332.           dealt with separately.
  333.           
  334.           Note that the NumLock option is automatically turned on when
  335.           you play using the keyboard. You can then use the numeric
  336.           keypad to play. Use 1 - 5 to indicate the row and column
  337.           numbers, and 0 to indicate the pack.
  338.           
  339.           Standard Game and Variation No. 1
  340.           ---------------------------------
  341.           
  342.           To turn the top card of the Pack face up, type 'P' (for Pack).
  343.           Once a card has been turned up, place it on the grid by first
  344.           typing the row number (1 to 5) and then the column number
  345.           (again 1 to 5). The card will then be placed on the desired
  346.           location. If you type the wrong row number, press the [Escape]
  347.           key to cancel it and start over again.
  348.           
  349.           The following commands are available during play, and can be
  350.           issued by typing the highlighted letter from the corresponding
  351.           'command button' (on the lower right hand corner of the
  352.           screen):
  353.           
  354.                 HELP: displays a help file. Use the cursor keys (Up and
  355.                 Down arrows, Page Up, Page Down, Home, and End) to move
  356.                 around the file, and press the [Escape] key when you are
  357.                 done viewing it.
  358.           
  359.                 INFO: displays Copyright and Version information, and
  360.                 your registration number if you have a registered copy.
  361.                 Press any key to return to the game after you are done
  362.                 viewing the information.
  363.           
  364.                 UNDO: moves the last card placed on the grid back to the
  365.                 Pack. Undo can only be used immediately after you place
  366.                 the card on the grid; if you turn the top card of the
  367.                 Pack face up Undo cannot be used anymore.
  368.           
  369.                 BACK: allows you to choose from five different card
  370.                 backs. Choose the design you want by pressing the
  371.                 corresponding number, and press the [Enter] key when
  372.                 done. The currently selected card number is highlighted 
  373.                 in light blue.
  374.           
  375.                 VARIAT: allows you to select which variation you want to
  376.                 play. Choose the variation by typing the corresponding
  377.                 number, and press the [Enter] key when done. The
  378.                 currently selected variation is highlighted.
  379.           
  380.  
  381.           
  382.           Poker Solitaire                                              7
  383.  
  384.  
  385.           
  386.                 TOP 10: displays the Top Ten scores. Note that there are
  387.                 six different Top Ten lists, one for each variation/
  388.                 scoring system combination. Press any key to get back
  389.                 to the game after you are done viewing the Top Ten 
  390.                 scores.
  391.           
  392.                 SCORING: allows you to select the desired scoring system,
  393.                 American or English. Select by pressing 'A' for American
  394.                 or 'E' for English, and press the [Enter] key when done.
  395.                 The currently selected scoring system is highlighted,
  396.           
  397.                 CONFIG: brings up the Configuration menu. This allows you
  398.                 to customize your copy of Poker Solitaire. The first
  399.                 option, 'Mouse', can be set to 'Yes' (always use the
  400.                 mouse; this option is ignored if a mouse driver is not
  401.                 found when you start Poker Solitaire), 'No' (always use
  402.                 the keyboard, even if a mouse driver is present), or
  403.                 'Ask' (if a mouse driver is found, asks at the beginning
  404.                 of each game whether or not you want to use the mouse).
  405.                 The second option, 'Sound', can be set to 'Full' (songs
  406.                 and beeps are enabled), 'Partial' (songs disabled, but
  407.                 error beeps enabled), or 'Off' (both songs and beeps
  408.                 disabled). Finally, the third option, 'Error Messages',
  409.                 can be set to 'Yes' (displays a context-sensitive error
  410.                 message each time an error occurs), or 'No' (does not
  411.                 display the error messages, errors are indicated by beeps
  412.                 if Sound is either Full or Partial). You will be prompted
  413.                 to enter the desired option for Mouse, Sound and Error
  414.                 Messages, in that order. Press either 'Y', 'N' or 'A' for
  415.                 Mouse; 'F', 'P' or 'O' for Sound; and 'Y' or 'N' for
  416.                 Error Messages. Press the [Enter] key after selecting
  417.                 each one. Currently selected options are highlighted. 
  418.                 If you are playing from a floppy-disk, do NOT write-protect 
  419.                 the disk, otherwise Config will not be able to write the 
  420.                 configuration information.
  421.           
  422.                 NEW: interrupts the current game and starts a new one.
  423.                 You are asked to confirm by selecting either 'Yes' or
  424.                 'No' from a dialog box. Type either 'Y' or 'N' to enter
  425.                 your selection.
  426.           
  427.                 QUIT: quits Poker Solitaire. You are asked to confirm by
  428.                 selecting either 'Yes' or 'No' from a dialog box. Type
  429.                 either 'Y' or 'N' to enter your selection.
  430.  
  431.  
  432.           Poker Solitaire                                              8
  433.  
  434.  
  435.           
  436.           Variation No. 2
  437.           ---------------
  438.           
  439.           Under Variation No. 2, the first 25 cards from the Pack are
  440.           placed randomly on the 5 x 5 grid. Your objective is to
  441.           re-arrange the cards in order to score the highest possible
  442.           number of points. Use the Pack area as a temporary holding
  443.           place. For example, to move the card that is currently at
  444.           location (1,1) on the grid to location (3,5), first select the
  445.           card at (3,5), move it to the Pack, and then select the card at
  446.           (1,1) and move it to (3,5). To select a card to be moved, first
  447.           type the row and then the column number of the card you want to
  448.           select. The selected card will be highlighted. To move the
  449.           selected card, first press the row and then the column number
  450.           of the location where you want to move the card to. If you
  451.           select a card and decide not to move it, select it again and
  452.           the card will be de-selected.
  453.           
  454.           All commands work as described before, except for UNDO. Since
  455.           you can select any card and place it anywhere on the grid,
  456.           there is no need for an UNDO command. In its place is the DONE
  457.           command. Select DONE when you are satisfied with the way the
  458.           cards are arranged on the grid, and the computer will calculate
  459.           your score.
  460.           
  461.  
  462.           REGISTRATION
  463.           ============
  464.           
  465.           You are granted a license to try this program for a period of
  466.           21 days. If you continue to use this program after the trial
  467.           period is over, you must register by sending the registration
  468.           form and $15 + $5 shipping and handling to
  469.           
  470.                              EM Software          
  471.                              Station A, P.O. Box 2052 
  472.                              Champaign, IL  61825-2052
  473.           
  474.           When you register Poker Solitaire, you receive a diskette with
  475.           the latest version, a printed manual, and a registration
  476.           number and instructions on how to store it into your copy. This
  477.           number will then be displayed instead of the 'Unregistered
  478.           Evaluation Copy' message on the opening screen and on the Info
  479.           window, and the Shareware screen that is displayed after you
  480.           quit the game will be supressed. Note that these are the ONLY
  481.           differences between registered and unregistered copies; your
  482.           evaluation copy is fully functional, not 'crippleware'.
  483.  
  484.           
  485.           Poker Solitaire                                              9
  486.           
  487.           
  488.  
  489.           
  490.           COMMAND-LINE OPTIONS
  491.           ====================
  492.           
  493.           The following command-line options can be specified when you
  494.           load Poker Solitaire:
  495.           
  496.           -mouse          selects the mouse as the input device. This
  497.                           option is ignored if a mouse driver is not
  498.                           found when you load Poker Solitaire.
  499.           
  500.           -nomouse        selects the keyboard as the input device.
  501.           
  502.           -ask            asks whether or not you want to use the mouse.
  503.                           This option is ignored if a mouse driver is not
  504.                           found when you load Poker Solitaire. [Default]
  505.           
  506.           -fullsound      turns full sound (both songs and error beeps)
  507.                           on. [Default]
  508.           
  509.           -partsound      turns partial sound (error beeps, but no songs)
  510.                           on.
  511.           
  512.           -nosound        turns both songs and error beeps off.
  513.           
  514.           -english        selects the English scoring system. [Default]
  515.           
  516.           -american       selects the American scoring system.
  517.           
  518.           -var[n]         selects Variation [n], where [n] is a number
  519.                           from 0 to 2. [Default is -var0]
  520.           
  521.           -back[n]        selects card back [n], where [n] is a number
  522.                           from 1 to 5. [Default is -back1]
  523.           
  524.           -errormsgon     turns error messages on. [Default]
  525.           
  526.           -errormsgoff    turns error messages off.
  527.           
  528.           Note that the command-line switches have precedence over the
  529.           settings selected through the Config command. So, if you have
  530.           Poker Solitaire currently configured to use card back 2 and the
  531.           american scoring system, but you load it as
  532.           
  533.                  poker -back5 -english
  534.           
  535.           card back 5 and the english scoring system will be used.
  536.  
  537.  
  538.           
  539.           Poker Solitaire                                             10
  540.  
  541.  
  542.           
  543.           ACKNOWLEDGEMENTS
  544.           ================
  545.           
  546.           Poker Solitaire was developed using Borland's Turbo Pascal 5.0,
  547.           Turbo Power Software's Turbo Professional 5.0, and Genus
  548.           Microcomputing's PCX Programmer's Toolkit and PCX Effects. 
  549.  
  550.           I wish to thank everybody at CompuServe's Borland Forum. Their
  551.           help and support has been invaluable. I also wish to thank the
  552.           following individuals:
  553.           
  554.           -  Neil Rubenking, author of PianoMan, used to add the songs,
  555.  
  556.       -  Scott Bussinger, author of the BackPlay unit, used to play
  557.              the PianoMan tunes in the background,
  558.           
  559.           -  Michael Day, author of the MOUSE unit, used to add the 
  560.              mouse support routines,
  561.           
  562.           -  Tim Godfrey, author of the GRAFTEXT unit, used for the
  563.              extremely fast graphics-mode screen writes,
  564.           
  565.           -  and, last but not least, Mael Martins, for the countless
  566.              hours of beta-testing and for putting up with me whenever I
  567.              get into the 'hack' mode.
  568.  
  569.           
  570.          POKER SOLITAIRE FILES
  571.           =====================
  572.  
  573.           The following files should be present on the Poker Solitaire
  574.           2.0 diskette/archive:
  575.  
  576.           POKER.EXE       Executable file
  577.           POKER.PCL       High-resolution images
  578.           POKER.HLP       On-line Help file
  579.           POKER.DOC       This file
  580.           PKS_READ.ME!    General information file
  581.           ORDER.FRM       Registration form
  582.  
  583.           If your copy does not contain all files listed above, you can
  584.           get a fresh copy on CompuServe (PSOL20.EXE on IBMNEW Lib 6),
  585.           GEnie (PKRSOL20.LZH on the IBM-PC RoundTable), or one of the
  586.           following Bulletin Board Systems:
  587.  
  588.              SikhNet                209-683-2084
  589.              Argus Computerized Exchange    617-229-2345
  590.              The Third Millenium        208-664-2983
  591.              Xanadu                217-384-2127
  592.          AJAX                201-256-7499
  593.          PC Help Desk            205-882-6167
  594.  
  595.           
  596.           
  597.           Poker Solitaire                                             11
  598.           
  599.           
  600.           
  601.           ABOUT SHAREWARE
  602.           ===============
  603.           
  604.           (Definition supplied by the Association of Shareware
  605.           Professionals)
  606.           
  607.           Shareware distribution gives users a chance to try software
  608.           before buying it.  If you try a Shareware program and continue
  609.           using it, you are expected to register.  Individual programs
  610.           differ on details -- some request registration while others
  611.           require it, some specify a maximum trial period.  With
  612.           registration, you get anything from the simple right to
  613.           continue using the software to an updated program with a
  614.           printed manual.
  615.           
  616.           Copyright laws apply to both Shareware and commercial software,
  617.           and the copyright holder retains all rights, with a few
  618.           specific exceptions as stated below.  Shareware authors are
  619.           accomplished programmers, just like commercial authors, and the
  620.           programs are of comparable quality. (In both cases, there are
  621.           good programs and bad ones!)  The main difference is in the
  622.           method of distribution. The author specifically grants the
  623.           right to copy and distribute the software, either to all and
  624.           sundry or to a specific group. For example, some authors
  625.           require written permission before a commercial disk vendor may
  626.           copy their Shareware.
  627.           
  628.           So, Shareware is a distribution method, not a type of software.
  629.           You should find software that suits your needs and pocketbook,
  630.           whether it's commercial or Shareware.  The Shareware system
  631.           makes fitting your needs easier, because you can try before you
  632.           buy. And because the overhead is low, prices are low also.
  633.           Shareware has the ultimate money-back guarantee -- if you don't
  634.           use the product, you don't pay for it.
  635.           
  636.           This program is produced by a member of the Association of
  637.           Shareware Professionals (ASP).  ASP wants to make sure that the
  638.           shareware principle works for you. If you are unable to resolve
  639.           a shareware-related problem with an ASP member by contacting
  640.           the member directly, ASP may be able to help. The ASP Ombudsman
  641.           can help you resolve a dispute or problem with an ASP member,
  642.           but does not provide technical support for members' products.
  643.           Please write to the ASP Ombudsman at P.O. Box 5786, Bellevue,
  644.           WA 98006 or send a Compuserve message via easyplex to ASP
  645.           Ombudsman 70007,3536.
  646.           
  647.  
  648.  
  649.  
  650.       REGISTRATION FORM                                      PKRSOL20      
  651.       =================
  652.  
  653.  
  654.       To register Klondike 3.0, Poker Solitaire 2.0, and Pyramid 1.0, 
  655.       please fill out this form and send it with a check or money
  656.       order to
  657.  
  658.              EM Software
  659.              Station A  P.O. Box 2052
  660.              Champaign, IL  61825-2052
  661.  
  662.       NAME: _________________________________________________
  663.  
  664.       ADDRESS: ______________________________________________
  665.  
  666.                ______________________________________________
  667.  
  668.                ______________________________________________
  669.  
  670.  
  671.       Please send me:
  672.  
  673.       ___ copies of Klondike 3.0 @ $15 each           _____
  674.       ___ copies of Poker Solitaire 2.0 @ $15 each     _____
  675.       ___ copies of Pyramid 1.0 @ $15 each           _____
  676.       ___ Klondike 3.0 upgrade (free) *
  677.           Shipping and handling **             $5
  678.  
  679.       Total enclosed                   _____
  680.            
  681.  
  682.           _           _
  683.       Disk Size: |_| 5 1/4''  |_| 3 1/2''
  684.  
  685.       Where did you get this program? ____________________________________
  686.       
  687.       *  Registered users only. Limit one per user.
  688.       ** Outside the US, please enclose $10 shipping and handling.
  689.       
  690.       
  691.       Comments/Suggestions
  692.  
  693.       ____________________________________________________________________
  694.  
  695.       ____________________________________________________________________
  696.  
  697.       ____________________________________________________________________
  698.  
  699.       ____________________________________________________________________
  700.  
  701.       ____________________________________________________________________
  702.  
  703.       ____________________________________________________________________
  704.  
  705.  
  706.  
  707.       Thank you!
  708.           
  709.